home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / programer2 / blib / !TestApp / !Run < prev    next >
Text File  |  1993-06-05  |  300b  |  19 lines

  1. |
  2. | !Run file for !TestApp, a test application for BlibII
  3. |
  4. | Make sure the icon is known to the wimp :
  5.  
  6. IconSprites <Obey$Dir>.!Sprites
  7.  
  8. | Set the application's variable :
  9.  
  10. Set TestApp$Dir <Obey$Dir>
  11.  
  12. | Set the wimpslot :
  13.  
  14. WimpSlot -min 64k -max 64k
  15.  
  16. | Run the application
  17.  
  18. Run <Obey$Dir>.!RunImage
  19.